home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00251_Script_GESTION_BTON_REPONSE_RECRE < prev    next >
Text File  |  2004-12-05  |  514b  |  22 lines

  1. property p_cettePiste, p_Nodepiste,p_nom_Acteur
  2. ----------------------------------
  3. on beginsprite me
  4.   p_Nodepiste = me.spriteNum
  5.   p_cettePiste = sprite(p_Nodepiste)
  6.   p_nom_Acteur = p_cettePiste.member.name
  7. end
  8. ----------------------------------- 
  9. on mouseLeave
  10.   if the pauseState = 1 then exit
  11.   cursor -1
  12. end
  13. ----------------------------------- 
  14. on mouseUp
  15.   if the pauseState = 1 then exit
  16.   cursor -1
  17.   coupeson(3)
  18.   niveauson()
  19.   go marker(+1)
  20. end
  21. ----------------------------------- 
  22.